home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Sound / PreludeAMP / src / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-25  |  1.9 KB  |  67 lines

  1.  
  2. /* config.h.  Generated automatically by configure.  */
  3. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  4.  
  5. /* Define to empty if the keyword does not work.  */
  6. /* #undef const */
  7.  
  8. /* Define if you don't have vprintf but do have _doprnt.  */
  9. /* #undef HAVE_DOPRNT */
  10.  
  11. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  12. #define HAVE_SYS_WAIT_H 1
  13.  
  14. /* Define if you have the vprintf function.  */
  15. #define HAVE_VPRINTF 1
  16.  
  17. /* Define as __inline if that's what the C compiler calls it.  */
  18. /* #undef inline */
  19.  
  20. /* Define if you have the ANSI C header files.  */
  21. #define STDC_HEADERS 1
  22.  
  23. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  24. #define TIME_WITH_SYS_TIME 1
  25.  
  26. /* Define if you have the mlock function.  */
  27. #define HAVE_MLOCK 1
  28.  
  29. /* Define if you have the mlockall function.  */
  30. /* #undef HAVE_MLOCKALL */
  31.  
  32. /* Define if you have the sched_setscheduler function.  */
  33. /* #undef HAVE_SCHED_SETSCHEDULER */
  34.  
  35. /* Define if you have the select function.  */
  36. #define HAVE_SELECT 1
  37.  
  38. /* Define if you have the <dmedia/audio.h> header file.  */
  39. /* #undef HAVE_DMEDIA_AUDIO_H */
  40.  
  41. /* Define if you have the <fcntl.h> header file.  */
  42. #define HAVE_FCNTL_H 1
  43.  
  44. /* Define if you have the <linux/soundcard.h> header file.  */
  45. /* #undef HAVE_LINUX_SOUNDCARD_H */
  46.  
  47. /* Define if you have the <machine/soundcard.h> header file.  */
  48. /* #undef HAVE_MACHINE_SOUNDCARD_H */
  49.  
  50. /* Define if you have the <sys/audioio.h> header file.  */
  51. /* #undef HAVE_SYS_AUDIOIO_H */
  52.  
  53. /* Define if you have the <sys/ioctl.h> header file.  */
  54. #define HAVE_SYS_IOCTL_H 1
  55.  
  56. /* Define if you have the <sys/select.h> header file.  */
  57. /* #undef HAVE_SYS_SELECT_H */
  58.  
  59. /* Define if you have the <sys/time.h> header file.  */
  60. #define HAVE_SYS_TIME_H 1
  61.  
  62. /* Define if you have the <unistd.h> header file.  */
  63. #define HAVE_UNISTD_H 1
  64.  
  65. /* define if you want playing to use Linux realtime features */
  66. #undef LINUX_REALTIME
  67.